home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update37.zoo / flex246 / atari.diffs next >
Encoding:
Text File  |  1994-02-03  |  1019 b   |  50 lines

  1. *** flex.skl.orig    Tue Jan  4 17:33:16 1994
  2. --- flex.skl    Thu Feb  3 14:28:28 1994
  3. ***************
  4. *** 44,49 ****
  5. --- 44,55 ----
  6.   #endif    /* ! __cplusplus */
  7.   
  8.   
  9. + #ifdef atarist
  10. + #include <stdlib.h>
  11. + #include <string.h>
  12. + #include <memory.h>
  13. + #endif
  14.   #ifdef __TURBOC__
  15.   #define YY_USE_CONST
  16.   #endif
  17. *** flexdef.h.orig    Tue Jan  4 17:33:14 1994
  18. --- flexdef.h    Thu Feb  3 14:28:29 1994
  19. ***************
  20. *** 67,72 ****
  21. --- 67,79 ----
  22.   #define SHORT_FILE_NAMES
  23.   #endif
  24.   
  25. + #ifdef atarist
  26. + #include <string.h>
  27. + #include <stdlib.h>
  28. + #include <unistd.h>
  29. + #include <memory.h>
  30. + #define SHORT_FILE_NAMES
  31. + #endif
  32.   
  33.   /* Maximum line length we'll have to deal with. */
  34.   #define MAXLINE 2048
  35. *** main.c.orig    Tue Jan  4 17:33:12 1994
  36. --- main.c    Thu Feb  3 14:28:29 1994
  37. ***************
  38. *** 107,112 ****
  39. --- 107,115 ----
  40.   static int use_stdout;
  41.   static char *skelname = NULL;
  42.   static char *prefix = "yy";
  43. + #ifdef atarist
  44. + long _stksize = -1L;    /* need lots of stk+heap */
  45. + #endif
  46.   
  47.   
  48.   int main( argc, argv )
  49.